Jetson nano VisualWorks demo
VisionWorks: /usr/share/visionworks/sources
code:shell
$ pwd
/usr/share/visionworks/sources
$ sudo make
$ pwd
/usr/share/visionworks/sources/bin/aarch64/linux/release
$ ls
nvx_demo_feature_tracker nvx_sample_nvgstcamera_capture
nvx_demo_feature_tracker_nvxcu nvx_sample_object_tracker_nvxcu
nvx_demo_hough_transform nvx_sample_opencv_npp_interop
nvx_demo_motion_estimation nvx_sample_opengl_interop
nvx_demo_stereo_matching nvx_sample_player
nvx_demo_video_stabilizer
nvx_demo_feature_tracker, nvx_demo_feature_tracker_nvxcu: 特徴点抽出
https://gyazo.com/e56d50a94db96f822d7907751d2a5777
nvx_demo_hough_transform: ハフ変換、縁石の抽出
https://gyazo.com/ee95debfeb136de574e49dac824bbcc0
nvx_demo_motion_estimation: 歩行者の進路予測
https://gyazo.com/1ff3801420d1c04253877f2e452ed911
nvx_demo_stereo_matching: 両眼視デモ(?)
https://gyazo.com/961ee50f76703c22cf02abf087da3e10
nvx_demo_video_stabilizer: 動画のぶれ安定化
https://gyazo.com/0f3c196cb2f46635a625cbdb6db1f659
nvx_sample_nvgstcamera_capture: core dumpで動かず
nvx_sample_object_tracker_nvxcu: オブジェクト(特定の車)追跡
https://gyazo.com/465e86f3f31582fd644c93a80f15de56
nvx_sample_opencv_npp_interop: OpenCVライブラリ関係の問題で動かず
nvx_sample_opengl_interop: 映像再生だけ?
nvx_sample_player: 映像再生のループ版?